home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / megaman_polarity.swf / scripts / DefineButton2_228 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  60 b   |  5 lines

  1. on(release){
  2.    _root.megaman.health = 0;
  3.    bug = 1;
  4. }
  5.